Eplan Platform API
Eplan.EplApi.HEServices Namespace / Renumber Class / DeviceTags Method / DeviceTags(Function[],Int32,String,Int32,Int32) Method
Functions of which the device tags will be numbered.
Determines, which devices will be numbered. Use value from enum DeviceTags.
Numbering scheme.
Start value of the numbering per identifier.
Step width of the numbering per identifier.

In This Topic
    DeviceTags(Function[],Int32,String,Int32,Int32) Method
    In This Topic
    Method for numbering device tags in a project.
    Syntax

    Parameters

    pFunctions
    Functions of which the device tags will be numbered.
    eDeviceTagKind
    Determines, which devices will be numbered. Use value from enum DeviceTags.
    strScheme
    Numbering scheme.
    nStartValuePerIdentifier
    Start value of the numbering per identifier.
    nIncrementPerIdentifier
    Step width of the numbering per identifier.
    Exceptions
    ExceptionDescription
    Thrown, if an argument is set to null.
    Thrown in case of invalid parameters, e.g. the specified project does not exist or is invalid.
    \Internal interface for numbering could not be created.
    Thrown when renumber couldn't find any functions to renumber .
    An error occurred during numbering.
    See Also